home *** CD-ROM | disk | FTP | other *** search
- * Reserves a logical unit or, reserves
- * extents within a logical unit.
-
- @THREAD RELEASE.LOG
- @NEWALIAS SADD SCSIADD.GRA
- @IMPORT SCSICOM.SCR
- SADD DD_OPEN
-
- * 0=Async mode, 1=Sync mode
- SADD SET MODE=1
-
- * Command completion timeout (Secs)
- * 0=the assigned value is the default set by the driver,
- * -1=the assigned value is infinite.
- SADD SET TIMEOUT=0
-
- * 0 = terminates all non-third-party logical unit and
- * extent reservations that are active on the
- * specified logical unit.
- * The reservation ID field is ignored.
- * 1 = terminates any reservation matching the reservation
- * identification. Other reservations shall remain
- * in effect.
- SADD SET EXTENT_RELEASE = 0
-
- SADD SET THIRD_PARTY_DEVICE_ID = 3
-
- * 0 = Third Party release is not requested.
- * 1 = Releases the specified logical unit or extents,
- SADD SET THIRD_PARTY_RELEASE=0
-
- * Reservation identification
- SADD SET RESERVATION_ID=0
-
- * Extent list length in bytes
- SADD SET NBytes=0
-
- * Name for paramblock
- SADD SET LABEL = "RELEASE"
-
- SADD RELEASE
-
- SADD DD_CLOSE
-